Skip to content

fix(ci): exclude generated protobuf files from black formatting#17

Merged
allenday merged 1 commit intomainfrom
fix/exclude-generated-protobuf-from-black
Feb 20, 2026
Merged

fix(ci): exclude generated protobuf files from black formatting#17
allenday merged 1 commit intomainfrom
fix/exclude-generated-protobuf-from-black

Conversation

@cyberstorm-cloudops
Copy link

Generated *_pb2.py and *_pb2_grpc.py files were failing the black formatting check. These are auto-generated by protoc and shouldn't be reformatted.

This adds a pattern to extend-exclude in pyproject.toml to skip them.

Generated *_pb2.py and *_pb2_grpc.py files should not be reformatted
by black, as they are auto-generated by protoc/grpc.
@allenday allenday merged commit c8c4620 into main Feb 20, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants